home *** CD-ROM | disk | FTP | other *** search
/ Foreland January 1997 / Foreland January 1997.iso / explore.dir / 00049.ls < prev    next >
Encoding:
Text File  |  1996-12-26  |  229 b   |  10 lines

  1. on hiliteButtonsA
  2.   repeat with iconNum = 33 to 40
  3.     if rollOver(iconNum) then
  4.       set the visible of sprite (iconNum - 13) to 1
  5.       next repeat
  6.     end if
  7.     set the visible of sprite (iconNum - 13) to 0
  8.   end repeat
  9. end
  10.